RowStyle Class

Represents the style of a row.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class RowStyle : BaseStyle
Inheritance
Object    Style    BaseStyle    RowStyle

Constructors

RowStyle Initializes a new instance of the RowStyle class.
RowStyle(String) Initializes a new instance of the RowStyle class.

Properties

BackgroundColor Specifies the background color for the row.
BreakAfter Specifies break after.
BreakBefore Specifies break before.
Class
(Inherited from BaseStyle)
DataStyle
(Inherited from BaseStyle)
DisplayName Specifies the name of a style.
(Inherited from Style)
EnableAutoUpdate
(Inherited from BaseStyle)
Family
(Inherited from BaseStyle)
Height Specifies the fixed row height.
KeepTogether 
ListStyle
(Inherited from BaseStyle)
MasterPageName
(Inherited from BaseStyle)
MinHeight Specifies the fixed minimum height for a row.
Name Specifies names that are used for referencing style.
(Inherited from Style)
NextStyle
(Inherited from BaseStyle)
OutlineNumberingLevel
(Inherited from BaseStyle)
ParentStyle
(Inherited from BaseStyle)
StyleMappings
(Inherited from BaseStyle)
UseOptimalHeight Specifies that a row height should be recalculated automatically if content in the row changes.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current RowStyle object to its equivalent string representation.
(Overrides BaseStyleToString)

See Also